From c1597c42ad4d6bcefe34cbf4a3fd43245888cfba Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 11 Dec 2000 10:42:13 +0000 Subject: [PATCH] (custom-save-variables, custom-save-faces): Comment fix. --- lisp/cus-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 137b406663f..452628e0256 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3495,7 +3495,7 @@ or (if there were none) at the end of the buffer." (princ "\n")) (princ "(custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! - ;; Your init file must only contain one such instance.\n") + ;; Your init file should contain only one such instance.\n") (mapcar (lambda (symbol) (let ((value (get symbol 'saved-value)) @@ -3559,7 +3559,7 @@ or (if there were none) at the end of the buffer." (princ "\n")) (princ "(custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! - ;; Your init file must only contain one such instance.\n") + ;; Your init file should contain only one such instance.\n") (mapcar (lambda (symbol) (let ((value (get symbol 'saved-face)) -- 2.30.2